__ANDROID_API_L__

Names the Lollipop API level (21), for comparisons against __ANDROID_API__.

extern (C) nothrow @nogc
enum __ANDROID_API_L__ = 21;

Meta